2 Windows clients

This chapter contains information on configuring logging for the MyID Windows clients:

To enable logging for these client applications, you must edit the application's configuration file.

To enable logging:

  1. On the client PC, back up the configuration file.

  2. Open the configuration file in a text editor.

  3. Add the following to the <appsettings> section of the configuration file:

    <add key="EnableLogging" value="true"/>

    Set the value to true to enable logging, or false to disable logging.

    By default, the log is written to the following folder:

    %LocalAppData%\Intercede\Logs

    If you want to specify a different location, add the following to the <appsettings> section of the configuration file:

    <add key="LogDirectory" value="C:\Logs"/>

    Set the value to the folder where you want to write the logs.

  4. Save the configuration file.

  5. Restart the application.

Note: If you are using the MSIX installer for your client applications, by default the logs are written to the following folder:

%LocalAppData%\Intercede

If the logs are not displayed in this folder as expected, use the LogDirectory setting to specify a different folder.